@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; }
img{ border:0;}
a{ text-decoration:none; color:#333; transition: all 0.3s; -o-transition: all 0.3s; -mos-transition: all 0.3s; -webkit-transition: all 0.3s;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.container{ width:76%; margin: 0 auto; max-width: 1440px}
.clearfix{zoom:1; clear: none}
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.header_search{width:30%; height:auto; background:rgba(255,255,255,0.2); position: absolute; top:70px; right:0; z-index: 9; padding: 10px; display: none;}
.header_search p{width:80%; height: 40px; line-height: 40px; position: relative; float: left}
.header_search p input[type="text"]{width:100%; height: 100%; border: 0;  background: #eee; padding: 0px 10px;}
.search_right{width:18%; height: 40px; background: #005bac; text-align: center; line-height: 40px; font-size: 16px; color: #fff; border-radius: 25px; border: 0; 
	float: right}

/* 导航栏 */
.header_nav{height:101px; width:84%; position: absolute; top:15px; left:50%; z-index: 99; background: #fff; margin-left: -42%; padding: 0px 1.5% }
.h_logo{width:auto; height:100%; float: left;   max-width: 195px; display: flex; align-items: center;}
.h_logo img,.h_oa img{width:100%; height: auto; display: block; align-items: center; margin: 0px auto;}
.h_oa{float: right; height: 100%; display: flex; align-items: center; margin-right:1%}
.h_search{float: right; position: relative; height: 100%; background: url(../images/search.png) no-repeat center; width:20px; }
.header_dao{width:64%; height: 100%;  float: right; margin-right:1.5%; background: url(../images/nav_x.png) no-repeat right center}
.nav{width:100%; height:100%;float: right;   }
.nav .nLi{ float:left;  position:relative; display:inline; height:101px;  width:14.2%; text-align: center; line-height: 101px;}
.nav .nLi:first-child{background: url(../images/nav.png) no-repeat left center;}
.nav .nLi h3{ height:100%; width:100%; text-align: center;}
.nav .nLi h3 a{font-size:16px;  color:#333333;  position: relative  }
.nav .nLi h3 a p{font-size:16px; color:#333333; line-height:101px; }
.nav .nLi:hover h3 p,.nav li.active h3 p{ font-weight: bold; color:#005bac; background: url(../images/active.png) no-repeat bottom center}
.nav .sub{ display:none;left:22.5px; top:101px;  position:absolute;  line-height:26px; width:230px;  margin-left: -65px;    z-index: 999; background: #ddd;}
.nav .sub li{ zoom:1; border-bottom: 1px solid #eeeeee;  height:40px; line-height:40px;  background:#eeeeee;text-align: center }
.nav .sub li p{ width:100%; float: left; margin: 0px;}
.nav .sub li span{ float: right;}
.nav .sub a{ display:block; padding:0 10px; color: #434343; font-size: 14px; height: 100%; }
.nav .sub a:hover{color:#0d357f}





/* 首页:banner */
.banner{ width:100%; height:auto; position: relative; overflow: hidden}
.banner .swiper-slide a img{width:100%; height: auto; display: block}
.banner .swiper-container {width: 100%; height: 100%; margin-left: auto; margin-right: auto;}
.banner .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; 
}
.swiper-pagination-bullet{background: #fff; opacity: 1}
.swiper-pagination-bullet-active{background: #0796e5}
.banner .swiper-button-next,.banner .swiper-button-prev{width:56px; height:56px;  top:50%; margin-top: -28px;}
.banner .swiper-button-next{ background: url(../images/banner_right.png) no-repeat center; right:9%}
.banner .swiper-button-prev{background: url(../images/banner_left.png) no-repeat center; left:9%}
.banner_more{width:46px; height: auto; position: absolute; bottom:100px; left:50%; margin-left:-23px; z-index: 9 }
.banner_more p{writing-mode:tb-rl; font-size: 16px; color: #fff; font-weight: bold; margin-left: 14px; margin-bottom: 8px;}






/*关于我们*/
.index_about{width:100%; height:784px;  background: url(../images/about_bjs.jpg) no-repeat bottom center;  background-size:cover;}
.index_about_top{width:100%; height: auto; overflow: hidden; margin-top: -40px; position: relative; z-index: 9}
.in_ab1,.in_ab2,.in_ab3{ position:relative; overflow:hidden}
.in_ab3{padding: 3% 2%;}
.in_ab1{width:33.33%; height: 271px; float: left;  background: url(../images/ab1.jpg) no-repeat center}
.in_ab2{width:33.33%; height: 271px; float: left;  background: url(../images/ab2.jpg) no-repeat center}
.in_ab3{width:33.33%; height: 271px; float: left;  background: #fff}
.index_about_top dl{width:100%; height: 40px; line-height: 40px; overflow: hidden}
.in_ab1 dl dt,.in_ab2 dl dt{float: left; font-size: 14px; color: #ffffff;}
.in_ab1 dl dt span,.in_ab2 dl dt span{font-size: 20px; color:#fff; font-weight: bold; margin-right: 10px;}
.index_about_top dl dd{float: right; display: flex; align-items: center; height: 40px; }
.index_about_top dl dd img{align-items: center; margin: 0px auto; width:24px; height:24px;}
.in_ab1 p,.in_ab2 p{width:100%; height: auto; overflow: hidden; line-height: 30px;  font-size: 16px; color: #fff; margin-top:14%}
.in_ab1 a,.in_ab2 a{width:100%; height:100%; position:absolute; top:0; left:0; z-index:1; padding:6% 4%;}
.in_ab1 img,.in_ab2 img{width:100%; height:100%; display:block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;
}
.in_ab1:hover img,.in_ab2:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;
}

.in_ab3 dl dt{float: left; font-size: 14px; color: #333333;}
.in_ab3 dl dt span{font-size: 20px; color:#333333; font-weight: bold; margin-right: 10px;}
.in_abli{width:100%; height: auto; overflow: hidden; margin-top:8%}
.in_abli li{width:16%; height: auto; float: left; text-align: center}
.in_abli li p{font-size: 16px; color: #333333; line-height: 30px;}
.in_abli li i{width:100%; height: 50px; display: block}
.bai1{background: url(../images/icon1.png) no-repeat center}
.bai2{background: url(../images/icon2.png) no-repeat center}
.bai3{background: url(../images/icon3.png) no-repeat center}
.bai4{background: url(../images/icon4.png) no-repeat center}
.bai5{background: url(../images/icon5.png) no-repeat center}
.bai6{background: url(../images/icon6.png) no-repeat center}
.in_abli li:hover p{color:#2e79bb;}
.in_abli li:hover .bai1{background: url(../images/iconh1.png) no-repeat center}
.in_abli li:hover .bai2{background: url(../images/iconh2.png) no-repeat center}
.in_abli li:hover .bai3{background: url(../images/iconh3.png) no-repeat center}
.in_abli li:hover .bai4{background: url(../images/iconh4.png) no-repeat center}
.in_abli li:hover .bai5{background: url(../images/iconh5.png) no-repeat center}
.in_abli li:hover .bai6{background: url(../images/iconh6.png) no-repeat center}
.index_about_bottom{width:100%; height: auto; overflow: hidden; margin-top: 100px;}
.about_bottom_left{width:50%; height: auto; float: left}
.about_bottom_left dl{width:100%; height: auto; overflow: hidden}
.about_bottom_left dl dt{float: left}
.about_bottom_left dl dt h4{font-size: 18px; color: #005bac; width: 100%; background: url(../images/ab_t.png) no-repeat left center; padding-left: 10px; font-weight: bold;}
.about_bottom_left dl dt p{font-size: 16px; color: #333333; width: 100%; }
.about_bottom_left dl dd{float: right; display: flex; align-items: center;}
.about_bottom_left dl dd img{align-items: center; margin: 0px auto}
.index_about_xx{width:100%; height: auto; overflow: hidden; margin: 7% 0}
.index_about_xx a{width:100%; height: auto; overflow: hidden; font-size: 14px; color: #333333; line-height: 30px; text-indent: 2rem; display: block}
.ab_more{width:122px; height: 42px; border: 2px solid #005bac; border-radius: 25px; text-align: center; line-height: 40px; display: block; color: #005bac; }
.about_bottom_right{width:45%; height: auto; float: right; text-align: center; padding-top:4%}
.about_bottom_right p{font-size: 16px; color: #333333; text-align: center; margin-top: 10px;}
.ab_more:hover{background:#005bac; color:#fff}






/*企业*/
.index_case{width:100%; height: auto; overflow: hidden; margin: 60px 0}
.index_news_title{width:100%; height: auto; text-align:center}
.index_news_title dl{width:100%; text-align: center; overflow: hidden}
.index_news_title dl dt{font-size: 48px; color:#333333; font-weight: bold; opacity: 0.2; font-family: "Arial"}
.index_news_title dl dd{font-size: 30px; color: #333333; font-weight: bold; margin-top: -30px;}
.index_news_title dl dd span{color:#005bac; font-size: 30px; font-weight: bold;}
.index_news_title i{width:30px; height: 4px; background: #005bac; border-radius: 5px; display: block; margin: 10px auto;}
.case_title_right{width:auto; display: table; margin: 42px auto;}
.case_title_right a{width:120px; height: 39px; float: left; margin-right: 10px; line-height: 39px; border:2px solid #005bac; text-align: center; line-height: 36px; border-radius: 25px; font-size: 14px; color: #333333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.case_title_right a:last-child{margin-right: 0}
.case_title_right a:hover{background: #005bac; color: #fff}
.index_case ul{width:100%; height: auto; overflow: hidden}
.index_case ul li{width:25%; height: auto; float: left}
.in_pro_pic{width:100%; height: auto; display: block; position: relative; overflow: hidden}
.in_pro_pic img,.in_case_pic img{width:100%; height: auto; display: block}
.in_phover{width:100%; height: 100%;background: rgba(227,142,44,0.73); position: absolute; top:100%; left:0; font-size: 14px; color: #fff; text-align: center;  display:table; transition: all 0.4s ease-in-out;}
.in_phover p{width:100%; height: 100%;  display:table-cell; vertical-align:middle;}
.in_pro_xx{width:100%; height: 85px; overflow:hidden; padding: 0px 1% 0 3%; display: flex; align-items: center;}
.in_pro_xx h3{width:50%; height: 100%; line-height: 85px; float: left; color:#333333; font-size: 14px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-right: 3%}
.in_pro_xx img{float: right; align-items: center; margin: 0px auto;}
.in_pro_xx span{width:20%; height: 1px; background: #dcdcdc; float: right; margin-right: 1%}
.index_case ul li:hover .in_phover{top:0; transition: all 0.4s ease-in-out;}
.index_case ul li:hover h3{color:#005bac}
.in_case_pic{width:100%; height: auto; display: block; position: relative; overflow: hidden; border:1px solid #eee}




/*新闻中心*/
.index_news{width:100%; height: auto; overflow: hidden; background: url(../images/news_bjs.jpg) no-repeat center; padding: 60px 0 100px; background-size:cover;}
.index_news_top{width:100%; height: auto; overflow: hidden; margin-top: 50px; padding: 10px;}
.index_news_icon{width:102px; height: auto; float: left; position: absolute; top:80px; left:52px; z-index: 9; background: #fff}
.index_news_icon .news_icon{width:102px; height: 102px; display: block; background: #005bac url(../images/n_i1.png) no-repeat center; border-radius: 50%}
.index_news_icon p{font-size: 18px; color: #333333; font-weight: bold; text-align: center; margin-top: 20px;}
.news_top_left{width:49.4%; height: 398px; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.2);  float: left; padding-top: 52px; position: relative}
.news_top_an{width:100%; height: 70px; line-height: 70px; border-top:1px solid #e5e5e5; padding: 0px 4%; margin-top: 72px; position: relative}
.news_top_an a{width:auto; float: left; color:#333333; font-size: 14px;}
.news_top_an a:hover{color:#e38e2c}
.news_top_li .swiper-slide a{width:61%; height: auto; float: right; margin-right: 52px}
.news_top_li .swiper-slide a h3{width:100%; height: 40px; line-height: 40px; font-size: 18px; color: #333333; font-weight: bold; text-overflow: ellipsis; overflow: hidden;
	white-space: nowrap}
.news_top_li .swiper-slide a p{width:100%; height:84px; overflow: hidden; line-height: 28px; font-size: 14px; color: #666666; margin: 20px 0 41px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3;
  -webkit-box-orient:vertical; overflow:hidden;}

.news_top_li .swiper-slide a span{font-size: 14px; color: #666666; display: block}
.news_top_li .swiper-button-next{background: url(../images/news_right.png) no-repeat center}
.news_top_li .swiper-button-prev{background: url(../images/news_left.png) no-repeat center; right:58px; left:auto;}
.news_top_li .swiper-button-next:hover{background: url(../images/news_hright.png) no-repeat center}
.news_top_li .swiper-button-prev:hover{background: url(../images/news_hleft.png) no-repeat center}
.news_top_right{width:49.4%; height: 398px; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.2); padding-top: 52px; float: right; position: relative}
.top_icon{width:102px; height: 102px; display: block; background: #e38e2c url(../images/n_i1.png) no-repeat center!important; border-radius: 50%}
.index_news_bottom{width:100%; height: auto; overflow: hidden}
.index_news_bottom ul{width:100%; height: auto; overflow: hidden; padding: 10px}
.index_news_bottom ul li{width:49.4%; height: auto; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.2); padding: 15px; float: left; overflow: hidden}
.index_news_bottom ul li:nth-child(2n){float: right}
.in_news_pic{width:234px; height: auto; float: left; overflow:hidden}
.in_news_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;
}
.in_news_x{margin-left: 250px; height: auto; margin-top: 15px;}
.in_news_x h3{width:100%; height: 40px; line-height: 40px; font-size: 18px; color: #333333; font-weight: bold; text-overflow: ellipsis; overflow: hidden; 
	white-space: nowrap}
.in_news_x span{font-size: 14px; color: #666666; display: block; margin: 8px auto;}
.in_news_x p{width:100%; height:60px; line-height:30px; font-size: 14px; color: #666666; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.index_news_bottom ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;
}
.index_news_bottom ul li:hover h3,.index_news_bottom ul li:hover p{color:#005bac}

.news_top_li .swiper-slide a:hover h3,.news_top_li .swiper-slide a:hover p{color:#005bac}





/*加入我们*/
.index_join{width:100%; height:393px; background: url(../images/join_bjs.jpg) no-repeat center; text-align: center; padding-top: 60px;}
.index_join img{display: block; max-width: 100%; margin: 10px auto 30px;}
.index_join a{font-size: 18px; color: #fff; border-bottom: 1px solid #fff; padding-bottom: 10px;}



/*底部*/
.footer{width:100%; height:auto; overflow: hidden; background:url(../images/footer_bjs.jpg) no-repeat center; background-size: cover;  position: relative; padding:48px 0}
.footer_left{width:24%; height: auto; float: left; background: url(../images/nav_xs.png) no-repeat right center}
.footer_left h3{color:#333333; font-size: 18px; font-weight: bold;}
.f_info{width:100%; height: auto; overflow: hidden; margin:18px 0; }
.f_info p{font-size: 16px; color: #333333; line-height:30px;}
.f_sj{width:35px; height: 35px; background: url(../images/sj_icon.png) no-repeat center; float: left; position: relative; margin-right: 24px;}
.f_sj img{width:90px; height: auto; position: absolute; top:35px; left:0; display: none}
.f_wx{width:35px; height: 35px; background: url(../images/wx_icon.png) no-repeat center; float: left; position: relative}
.f_wx img{width:90px; height: auto; position: absolute; top:35px; left:0; display: none}
.f_wx:hover img{display:block}
.f_sj:hover img{display:block}

.footer dl{float: left; margin-left:6%}
.footer dl dt{width:100%; height: 30px; line-height: 30px;}
.footer dl dt a{font-size: 16px; color: #333333; font-weight: bold;}
.footer dl dd{width:100%; height: auto; overflow: hidden}
.footer dl dd a{font-size: 14px; color: #333333; display: block; line-height:35px;}
.footer dl dd a:hover{color:#004098}
.copy{clear:both;width:100%;height:55px; line-height:55px;  position: relative; background: #313131 }
.copy_l{float:left; font-size:14px; color:#fff; height: 100%; }
.copy_l a{color:#fff}
.copy_l a:hover{color:#0d357f!important}
.footer_zhichi{width:auto; height:55px; float: right }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#fff; height: 100%}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:18px; margin-right: 10px}
.footer_zhichi .js{width:121px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:18px;}
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.footer_zhichi span{float: left; font-size: 14px; color: #fff;}
.footer_zhichi i{ float: left;}



/*友情链接*/
.footer_link{width:100%; height:auto; overflow: hidden;  position: relative; z-index: 9}
.footer_link p{font-size: 14px; color: #333333; float: left;line-height:50px; margin-right: 20px; margin-left: 20px;}
.footer_a a{font-size: 12px; color: #333; float: left; margin-right: 15px; }
.footer_a{width:700px; height: auto; float: left; overflow: hidden; line-height:30px; margin-top:10px;}
.footer_a a:hover{color:#004c9b}
.footer_link .container{background: #fff;}



/*内页*/
.ny_banner{width:100%; height:503px; position: relative}
.ny_banner_info{width:100%; height: auto; overflow: hidden; position: absolute; top:212px; left:0; text-align: center;  }
.ny_banner_info h4{font-size: 36px; color: #fff; font-weight: bold;  letter-spacing:40px}
.ny_banner_info p{font-size: 16px; color: #fff; margin-top: 8px;}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center}
.about_ban{background: url(../images/about_ban.jpg) no-repeat center}
.news_ban{background: url(../images/news_ban.jpg) no-repeat center}
.hzhb_ban{background: url(../images/hzhb_ban.jpg) no-repeat center}
.service_ban{background: url(../images/service_ban.jpg) no-repeat center}


.ny_nav{overflow: hidden; margin: -99px auto 0;  padding-top: 54px; position: relative; z-index: 9; background: #fff; height: 98px; }
.ny_nav ul{width:auto; display: table; margin: 0px auto;}
.ny_nav ul li{width:190px; height: 40px; line-height: 40px; background: url(../images/s_xs.png) no-repeat right center; float: left; text-align: center}
.ny_nav ul li:last-child{background: none;}
.ny_nav a{font-size: 16px; color: #333333; padding-bottom: 12px;}
.ny_nav ul li.active a{border-bottom: 1px solid #005bac; color:#005bac; font-weight: bold;}
.ny_nav ul li:hover a{border-bottom: 1px solid #005bac; color:#005bac; font-weight: bold;}
.ny_service_all{overflow:hidden; margin-bottom:40px;}


/*内页案例*/
.ny_case{width:100%; height: auto; overflow: hidden; margin-top: 50px; margin-bottom: 50px;}
.ny_case ul{width:100%; height: auto; overflow: hidden}
.ny_case ul li{width:24.2%; height: auto; float: left; margin-right: 1%; margin-bottom: 20px;}
.ny_case ul li:nth-child(4n){margin-right: 0}
.ny_case ul li:hover .in_phover{top:0; transition: all 0.4s ease-in-out;}


/*内页联系我们*/
.ny_contact{width:100%; height: auto; overflow: hidden}
.ny_join_title{width:100%; height: auto; overflow: hidden; padding: 0px 5%; }
.ny_join_t{float: left; position: relative; width: 200px;}
.ny_join_t span{font-size: 108px; color: #333333; font-family:"Impact"; opacity: 0.16}
.ny_title{position:absolute; top:30px; left:5px}
.ny_title h3{font-size: 16px; color: #333333; font-weight: bold; border-bottom: 5px solid #ea912a; line-height: 35px; display: table; padding-right: 20px;}
.ny_title p{font-size: 16px; color: #333333; line-height: 25px;}
.ny_join_title h4{font-size: 30px; color: #333333; font-weight: bold; line-height: 132px;  margin-left: 220px;}
.ny_join_title h5{font-size: 16px; color: #333333; line-height: 28px; margin-left: 220px; margin-top:22px;}
.ny_talent{width:100%; height: 705px; overflow: hidden; background: url(../images/rcln_bjs.jpg) no-repeat center; padding-top: 96px;}
.ny_ny_talent_t{float:left; position: relative; width:16%; height: 100%;}
.ny_ny_talent_t span{font-size: 108px; color: #333333; font-family:"Impact"; opacity: 0.16}
.ny_talent_left{width:40%; height: auto; float: left}
.ny_talent_left h4{font-size: 18px; color: #333333; font-weight: bold; line-height: 35px;}
.ny_talent_left p{font-size:16px; color: #333333; line-height: 28px;  margin: 30px 0}
.ny_talent_right{width:37%; height: auto; float: right}
.ny_talent_right img{width:100%; display: block}
.ny_join{width:100%; height: auto; overflow:hidden; margin-bottom: 85px; margin-top: 44px;}
.ny_join ul{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.ny_join ul li{width:100%; height: auto; overflow:hidden; border: 1px solid #dcdcdc; padding:30px 45px; margin-bottom: 18px;}
.ny_join ul li h3{width:100%; height:auto; line-height:28px; font-size: 18px; color: #333333; font-weight: bold; margin-bottom: 20px; }
.ny_join ul li p{width:100%; height:auto; line-height:28px; font-size: 16px; color: #333333; line-height: 28px }
.ny_message{width:100%; height:723px; background: url(../images/message_bjs.jpg) no-repeat center; padding: 92px 0}
.ny_message_top{width:100%; height: auto; overflow: hidden; padding-left: 5%}
.ny_message_t{float: left; position: relative; width: 200px; }
.ny_message_t span{font-size: 108px; color: #fff; font-family:"Impact"; opacity: 0.16}
.ny_me_title{position:absolute; top:30px; left:5px}
.ny_me_title h3{font-size: 16px; color: #fff; font-weight: bold; border-bottom: 5px solid #ea912a; line-height: 35px; display: table; padding-right: 20px;}
.ny_me_title p{font-size: 16px; color: #fff; line-height: 25px;}
.ny_message_rtitle{ margin-top:40px; margin-left: 230px;}
.ny_message_rtitle h4{width:100%; line-height: 26px; font-size: 30px; color: #ffffff; font-weight: bold; margin-bottom: 10px;}
.ny_message_rtitle p{width:100%; line-height: 26px; font-size:16px; color: #ffffff; }
.ny_message_text{width:100%; height: 66px; margin-top: 52px;}
.ny_message_text p{width:32%; height: 65px; border: 1px solid #fff; padding: 0px 10px; float: left; margin-right:2%;}
.ny_message_text p input[type="text"]{width:100%; height: 100%; border: 0; background: none; font-size: 16px; color: #fff}
.ny_message_text p:last-child{margin-right:0}
.ny_message textarea{width:100%; height: 152px; border: 1px solid #fff; padding: 10px; font-size: 16px; color: #fff; background: none; margin-top: 20px;}
.m_submit{width:466px; height: 65px; background: #ea912a; color:#fff; font-size: 16px; color: #ffffff; line-height: 65px; display: block; border: 0; margin: 40px auto 0}
.ny_contact{width:100%; height: auto; overflow: hidden; margin: 50px 0 46px;}
.ny_contact_left{width:48%; height: 428px; float: left; border: 1px solid #e5e5e5; padding: 70px; margin-top: 36px;}
.ny_contact_left h3{font-size: 18px; color: #333333; font-weight: bold; margin-top: 20px;}
.ny_contact_left p{font-size: 16px; color: #333333; margin-top: 20px;}
.ny_contact_right{width:48%; height: 428px; float: right; margin-top: 36px;}





/*内页关于我们*/
.ny_about_one{ height: auto; overflow: hidden; margin-top:100px; padding: 0px 2%}
.about_one_left{width:42%; height: auto; float: left}
.about_one_left p{font-size: 16px; color: #333333; line-height: 30px; margin-bottom: 40px; text-indent: 2rem}
.about_one_zi{width:100%; height: 100px; background: #eeeeee; line-height: 100px; font-size: 30px; color: #333333; font-weight: bold; padding-left: 20px; 
	margin-bottom: 30px;}
.about_one_right{width:32%; height: auto; float: right}
.about_one_right img{width:100%; height: auto; display: block}
.ny_about_two{width:100%; height: 660px; overflow: hidden; background: url(../images/wen_bjs.jpg) no-repeat center; padding:90px 0 0; margin-top: 64px;}
.about_two_title{width:100%; height: auto; overflow: hidden}
.about_two_title h5{width:100%; height: 25px; line-height: 25px; font-size: 18px; color: #fff; font-family: "Arial"}
.about_two_title h5 span{width:19px; height:19px; float: left; background: #fff; text-align: center; line-height: 19px; color: #333; font-size: 12px; text-align: center;  margin-right: 8px; }
.about_two_title h3{font-size: 30px; color: #fff; font-weight: bold; line-height: 40px; padding-left:28px;}
.about_two_title h3 span{color:#005bac; font-size: 30px;  font-weight: bold;}
.about_two_title p{font-size:24px; color: #fff; margin-top: 12px; padding-left: 28px;}
.ny_about_two ul{width:100%; height: auto; overflow: hidden; margin: 62px 0}
.ny_about_two ul li{width:14.1%; height:185px; border: 2px solid #fff; border-radius:10px; text-align: center; float: left; margin-right: 3%; padding:30px 0px 0}
.ny_about_two ul li:nth-child(6n){margin-right: 0}
.ny_about_two ul li h3{font-size: 20px; color: #fff; font-weight: bold; margin-bottom: 10px;}
.ny_about_two ul li p{font-size: 16px; color: #fff; line-height:30px;}
.ny_about_two ul li:hover{background: #ea912a; border: 2px solid #ea912a; box-shadow: 0 0 8px rgba(0,0,0,0.3)}
.ny_about_two ul li:hover h3,.ny_about_two ul li:hover p{color:#fff}
.ny_about_san{width:100%; height:776px; overflow: hidden; background: url(../images/licheng_bjs.jpg) no-repeat top center;  padding: 62px 0 0}
.ny_about_san .container{padding: 0 2%}
.about_san_info{width:100%; height:532px; overflow: hidden; background:url(../images/lc_bjs.png) no-repeat top center;  margin-top: 50px; 
	position: relative; }
.about_san_li{width:100%; height: auto; overflow: hidden; text-align: center}
.about_san_li i{width:12px; height:12px; display: block; border-radius: 50%; background: #dcdcdc; margin: 35px auto;}
.about_san_nian{width:100%; height: auto; overflow: hidden; font-size: 16px; color: #333333}
.about_san_li span{font-size: 30px; color: #005bac; font-weight: 900; height: 60px; }
.about_san_li p{font-size: 16px; color: #333333; line-height: 28px; height:auto;}
.about_san_info:after{content: ""; width: 100%; height: 1px; position: absolute; top:80px; left:0; z-index: 0; background: #e5e5e5;}
.about_san_info .swiper-button-next, .about_san_info .swiper-button-prev{width:37px; height: 37px; top:auto; bottom:0; opacity: 1}
.about_san_info .swiper-button-next{background: url(../images/lc_right.png) no-repeat center; left:50%}
.about_san_info .swiper-button-prev{background: url(../images/lc_left.png) no-repeat center; left:44%}
.about_san_info .swiper-container{padding-bottom:110px;}
.ny_about_jg{width:100%; height:840px; background: url(../images/zzjg_bjs.jpg) no-repeat center; padding:64px 0; position: relative}
.ny_about_jg .container{position: relative;}
.ny_about_jg .ny_message_t{position: absolute; top:0px; left:42px; z-index: 9}
.about_jg_img{width:100%; height: auto; overflow: hidden; position: relative; text-align: center}
.about_jg_img img{max-width: 100%}
.ny_about_si{width:100%; height: auto; overflow: hidden; margin-top: 72px;}
.about_si_list{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.about_si_list a{width:24.2%; height: auto; margin-right: 1%; float: left; overflow: hidden}
.about_si_list a img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.about_si_list a:last-child{margin-right: 0}
.about_si_list a:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_about_si ul{width:100%; height: auto; overflow:hidden; margin-top: 10px;}
.ny_about_si ul li{width:24.2%; height: auto; margin-right: 1%; margin-bottom: 20px; float: left; overflow: hidden}
.ny_about_si ul li img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_about_si ul li:nth-child(4n){margin-right: 0}
.ny_fa_more{width:156px; height: 46px; border: 2px solid #005bac; border-radius: 25px; display: block; margin:40px auto 50px; line-height:40px; text-align: center}
.ny_fa_more p{font-size: 16px; color: #333333; display: inline-block; vertical-align: middle; }
.ny_about_si ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_about_wu{width:100%; height:auto; margin-top: 40px; margin-bottom: 100px;}
.ny_about_wu .swiper-container{margin-top:15px;}
.ny_about_wu .swiper-slide .hz_img{width:100%; height: auto; overflow:hidden;}
.ny_about_wu .swiper-slide .hz_img img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_about_wu .swiper-slide .hz_img:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_about_wu .swiper-button-next, .ny_about_wu .swiper-button-prev{width:37px; height: 37px; top:50%; ; opacity: 1; margin-right: 0;}
.ny_about_wu .swiper-button-next{background: url(../images/lc_right.png) no-repeat center; right:-50px}
.ny_about_wu .swiper-button-prev{background: url(../images/lc_left.png) no-repeat center; left:-70px}
.ab_wu_xx{width:100%; height: auto; position: relative}
.about_wu_top{width:100%; height: auto; overflow: hidden; margin-top:30px;}
.about_wu_top ul{width:100%; height: auto; overflow: hidden}
.about_wu_top ul li{width:32.6%; height: auto; float: left; margin-right: 1%}
.about_wu_top ul li img{width:100%; height: auto; display: block}
.about_wu_top ul li:last-child{margin-right:0 }

/*内页新闻*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.ny_news_all ul{width:100%; height: auto; overflow: hidden;margin-bottom: 40px;}
.ny_news_all ul li{width:100%; height: auto; overflow: hidden; padding: 15px}
.ny_news_all ul li .ny_time_xx{width:115px;height: auto; float: left;margin-top:25px;}
.ny_news_all ul li .ny_time_xx span{display: block; font-size: 12px; color: #999; text-align: right}
.ny_news_all ul li .ny_time_xx p{font-size: 41px; color: #c8c8c8}
.news_xx{width:63%; height: auto; float: left; margin-left:2%; margin-top: 20px;}
.news_xx h3{widdth:100%; height: 35px; line-height: 35px; font-size: 18px; color: #333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.ny_news_all ul li:hover .news_xx h3{ color: #005bac}
.news_xx p{width:100%; height:52px; line-height: 25px; font-size: 14px; color: #666;  margin: 10px 0; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.news_xx span{font-size: 14px; color: #aaaaaa}
.news_pic{width:22%; height:auto; float: right; overflow:hidden}
.news_pic img{width:100%; height: auto; display:block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_news_all ul li:hover{background: #f4f4f4}
.ny_news_all ul li:hover .ny_time_xx p,.ny_news_all ul li:hover .ny_time_xx span,.ny_news_all ul li:hover span{color:#005bac}
.ny_news_all ul li:hover h3{font-weight: bold; }
.ny_news_all ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_news_show{font-size:16px; color:#666; line-height:32px; margin:40px 0 60px;}

.ny_news_show h1{width: 100%; font-size: 24px; color: #555; padding: 10px 0px; text-align: center;
                clear: both; font-weight: bold}

.ny_time{width: 100%; line-height: 30px; color: #999; height: 30px; margin-bottom: 20px;
                border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center;
                clear: both; font-size:16px;}

.keyword_light img{max-width:100%;  height:auto!important}
.keyword_light{font-size:16px; color:#666; line-height:32px;}





/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
	 font-size: 14px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
    background-position: 0 -25px;
}
.lxfx li i.icon-ly {
    background-position: 4px -53px;
}
.lxfx li i.icon-wx {
    background-position: -34px 4px;
}
.lxfx li i.icon-wb {
    background-position: -30px -22px;
}
.lxfx li i.icon-top {
    background-position: -30px -49px; height:32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#005bac;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}







/*手机*/
.sj_header{width:100%; clear:both; height:60px;  padding: 0px 10px;display: none; background: #fff}
.sj_header_top{width:100%; height: 100%}
.menu{float:right; height:auto; width:30px; margin-top: 19px; }
.menu img{height:100%; width:100%;}
.app{float:right; padding-right:15px; margin-top:7px;}
.app img{height:22px;}
.openmenu{overflow-y:scroll; }
#pgcontainer{margin:0px; padding:45px 0px;}
.overlay{left:0px; right:0px; bottom:0px; position: fixed; z-index:99; background-color:rgba(0, 0, 0, 0.5);}
.openmenu .overlay{top:0px;}
#hamburgermenu{background: #005bac;left:0px; top:0px; width:0px; height:100%; overflow-y:scroll; position:fixed; z-index:999; box-shadow:3px 0px 7px rgba(0,0,0,0.55); -webkit-box-shadow:3px 0 7px rgba(0, 0, 0, 0.55); -moz-box-shadow:3px 0 7px rgba(0, 0, 0, 0.55);}
.sj_logo{width:auto;  clear:both; float: left}
.sj_logo img{height:38px; margin:12px 0px 0; width: auto; display: block}

.menu_head{width:100%; min-width:150px; border-bottom:rgba(255, 255, 255, 0.32) 1px solid; line-height:25px; text-indent:1em; color:#fff; padding:8px 0px; font-size:16px; position:relative; margin:0px;}
.menu_head img{vertical-align:middle; height:25px; padding-right:5px;}
.menu_head a{color:#fff; width: 100%;  height: 100%; display: block}
.menu_body{width:100%; min-width:150px; overflow:hidden; line-height:38px; display:none;}
.menu_body a{width:100%; display:block; height:28px; line-height:28px; color:#fff; text-indent:2em; border-bottom:rgba(255, 255, 255, 0.32) 1px solid; font-size:14px;}
.sj_banner{width:100%;height:auto; display: none;}
.sj_banner img{width:100%; height: auto;}
.sj_banner .swiper-container {width: 100%; height: 100%; margin-left: auto; margin-right: auto;}
.sj_banner .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; 
}
.swiper-pagination-bullet{background: #fff; opacity: 1}
.swiper-pagination-bullet-active{background: #0796e5}
.sj_ny_ban{width:100%; height: auto; overflow: hidden; display: none}
.sj_ny_ban img{width:100%; height: auto; display: block}




/*底部*/
footer{ position: fixed;  bottom: 0;left: 0;z-index: 222; height:60px;width: 100%; font-size: .14rem;  display: none; background: #005bac}
footer ul{height: 100%; display: block}
footer li{width: 25%;height: 100%;float: left; padding-top: 10px; }
footer li a{display: block;width: 100%;height: 100%;text-align: center;box-sizing: border-box;color: #fff; }
footer span{line-height:30px; font-size: 12px; width: 100%; display: block; color: #fff}
footer li.active{background: #333}
footer .n1{background: url(../images/f_h1.png) no-repeat center;background-size:  100% 100%; width:20px;}
footer .n2{background: url(../images/f_h2.png) no-repeat center;background-size:  100% 100%; width:20px;}
footer .n3{background: url(../images/f_h3.png) no-repeat center;background-size:  100% 100%; width:32px;}
footer .n5{background: url(../images/f_h5.png) no-repeat center;background-size:  100% 100%; width:21px;}
footer .n4{background: url(../images/f_h4.png) no-repeat center;background-size:  100% 100%; width:20px;}
footer .n6{background: url(../images/f_h6.png) no-repeat center;background-size:  100% 100%; width:20px;}
footer i{height:20px; display: block; margin: 2px auto 0; }
.sj_copy {width: 100%;  text-align: center; line-height: 28px; clear: both; font-size: 14px;  padding: 30px 0; background: #f7f7f7; display: none; }
.sj_copy p{color:#333333;line-height:28px; font-size: 1rem}
.sj_copy a{color:#333333;line-height:28px; font-size: 1rem}





/*图文列表样式*/

.n-list{ padding:15px 0px; }
.n-list li{ display:block; padding-bottom:15px; border-bottom:1px solid #f0f0f0; overflow:hidden; }
.n-list li:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
.n-list li h2{ padding:15px 0 15px; font-size:18px; line-height:24px; font-weight:normal;  white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.n-list li h2 a{ color:#333; text-decoration:none; }
.n-list li h2 a:hover{ color:#8CAC52; }
.n-list li .note b{ position:relative; display:block; float:left; margin-right:16px; width:118px; height:auto; border:1px solid #e8e8e8; font-style:normal; }
.n-list li .note b img{ min-width:100%; min-height:100%; width:100%; _height:100%; display:block; }
.n-list li .note p{ display:block; font-size:14px; max-height:84px; line-height:28px; font-weight:500; color:#666; overflow:hidden; }
.n-list li .note .info{ padding-top:10px; height:20px; line-height:20px; }
.n-list li .note .info span{ margin-right:10px; color:#999; font-size:12px; }
.n-list li .note .info span i{ margin-right:3px; font-size:12px; }
.n-list .nodata{ margin-top:30px; color:#666; font-size:14px; line-height:100px; text-align:center; }
.search-tit{width:100%; height:auto; text-align:center; margin-top:50px;}
.search-tit h3{font-size:20px; color:#333; text-align:center;  margin:10px 0}
.search-tit span{font-size:18px; color:#333; text-align:center;  margin:10px 0}
.table_xx{overflow-y:auto; width:100%}
.table_xx table,.table_xx table tr{border:1px solid #ddd;}




/*弹出视频*/
.video_bj{width:100%; height:100%; position:fixed; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:888; display:none}
.video_xx{width:600px; height:400px; position:fixed; top:50%; left:50%; margin-left:-300px; margin-top:-190px; z-index:999}
.close{width:100%; height:40px; text-align:right; background:rgba(0,0,0,0.5);}
.close img{width:32px; height:32px; margin-top:4px; margin-right:10px;}
.video-box{width:100%; height:360px;}
.sj_video{width:100%; height:auto; overflow:hidden; display:none;}



.page-list{display:none;}





@media screen and (max-width:1450px){
	.container{width:84%}
	.index_news_icon{left:35px}
}




@media screen and (max-width:1280px){
	.header_dao{width:70%}
	.nav .nLi:first-child{padding-left: 10px;}
	.container{width:92%}
	.about_one_right{width:38%}
	.ny_about_wu .swiper-button-next{right:0;}
	.ny_about_wu .swiper-button-prev{left:0;}

}


@media screen and (max-width:1024px){
	.header_nav{width:96%; margin-left: -48%}
	.ny_ny_talent_t{float:none; width: 100%}
	.about_one_left{width:48%; }
	.ny_about_one{margin-top: 50px}
	.about_one_right{width:48%}
	.ny_about_two{background-size: cover; height: auto; padding:60px 0 0}
	.ny_about_two ul li{width:31%; height:170px; margin-bottom: 20px;}
	.ny_about_two ul li:nth-child(3n){margin-right: 0}
	.footer dl{margin-left: 5%}
	.ny_message_rtitle{margin-left:180px; margin-top: 28px;}
	.ny_message_t{width:170px;}
	.ny_message_rtitle h4{font-size: 24px;}
	.ny_talent_left{width:48%; float:left;}
	.ny_talent{height: auto; overflow: hidden; background-size: cover; padding:40px 0}
	.ny_talent_left p{margin:15px 0}
	.ny_talent_right{width:48%; margin-top: 30px;}
	.news_xx{width:58%}
	.index_news_icon{left:15px}
	.news_top_li .swiper-slide a{margin-right:30px}
	
	
}





@media screen and (max-width:900px){
	.sj_ny_ban,.sj_banner{display:block;}
	.ny_banner,.banner,.lxfx{display: none}
	.ny_nav{margin: 0 auto;}
	.sj_header{display: block;}
	.ny_nav{padding-top: 30px;}
	.ny_contact_left{padding: 70px 30px}
	.ny_message_top{padding-left: 0}
	.footer dl{margin-left: 4%}
	.in_abli li{width:33.33%; margin-bottom: 5px;}
	.about_bottom_left{width:55%}
	.index_news_icon{left:15px}
	.news_top_li .swiper-slide a{margin-right:20px}
	.index_news_icon,.top_icon,.index_news_icon .news_icon{width:90px;}
	.top_icon,.index_news_icon .news_icon{height: 90px;}
	.in_news_pic{width:200px;}
	.in_news_x{margin-left: 216px;}
	.in_news_x{margin-top: 8px;}
	
}


@media screen and (max-width:768px){
	.footer,.copy,.footer_link{display:none;}
	footer,.sj_copy{display: block}
	body{padding-bottom: 60px;}
	.ny_nav ul{width:100%; overflow: hidden}
	.ny_nav{height: auto; overflow: hidden}
	.ny_nav ul li{width:25%; margin-bottom: 8px;}
	.ny_message_rtitle h4{font-size: 20px;}
	.ny_join_title{padding: 0}
	.ny_about_jg{height: auto; background-size: cover;}
	.about_san_info .swiper-button-next{left:55%}
	.about_san_info .swiper-button-prev{left:40%}

	.about_one_left{width:100%; float: none;}
	.about_one_right{display: none;}
	.in_pro_xx span,.in_pro_xx img{display:none;}
	.in_pro_xx h3{width:100%; line-height:40px; text-align:center}
	.in_pro_xx{height:40px; }
	.news_pic,.index_about_top dl dd,.in_ab3{display:none;}
	.news_xx{width:78%}
	.index_about_top dl{height:auto;}
	.index_about_top dl{line-height:30px;}
	.in_ab1 img, .in_ab2 img{display:none;}
	.in_ab2,.in_ab1{width:50%}
	.index_about_bottom{margin-top:60px;}
	.index_news_icon{display:none;}
	.news_top_li .swiper-slide a{width:100%; margin-right:0; padding:0px 10px;}
	.in_news_pic{width:100%; float:none;}
	.in_news_x{margin-left:0; width:100%}
	.video_xx{width:90%; height:auto; margin-left:-45%;}
	.video-box{height:auto;}
}


@media screen and (max-width:500px){
	.ny_about_jg .ny_message_t{position: static}
	.ny_join_t{float: none; width: 100%}
	.ny_join_title h5{margin-left: 0; width: 100%}
	.news_top_left,.news_top_right{width:100%; float: none; margin-bottom: 20px;}
	.index_news_bottom ul li{width:100%; height: auto; overflow: hidden; float: none; margin-bottom: 20px;}
	.index_news{background-size: cover; padding: 60px 0 }
	.index_news_title dl dt{font-size:42px; }
	.container{width:96%}
	.index_case ul li{width:48%;}
	.index_case ul{padding: 0px 10px;}
	.index_case ul li:nth-child(2n){float: right}
	.in_ab1,.in_ab2,.in_ab3{width:100%;}
	.index_about{height: auto; overflow: hidden; padding-bottom: 40px;}
	.about_bottom_left,.about_bottom_right{width:100%; height: auto; float: none;}
	.index_about_bottom{margin-top:30px; padding:0px 20px;}

	.ny_case ul li,.ny_about_two ul li,.ny_about_si ul li{width:49%; margin-right:0}
	.ny_about_two ul li{padding-top:8px;}
	.ny_case ul li:nth-child(2n),.ny_about_two ul li:nth-child(2n),.ny_about_si ul li:nth-child(2n){float:right}
	.case_title_right{padding:0px 10px; width:100%}
	.case_title_right a{margin-bottom:10px; width:48%; margin-right:0}
	.case_title_right a:nth-child(2n){float:right;}
	.index_about_top{margin-top:0}
	.ny_message_t{width:100%; float:none;}
	.ny_message_rtitle,.ny_join_title h4{margin-left:0}
	.ny_time{height:auto;}
	.ny_news_all ul li .ny_time_xx p{font-size:30px;}
	.ny_news_all ul li .ny_time_xx{width:88px;}
	.news_xx{width:auto; float:none; margin-left:100px;}
	.keyword_light{font-size:14px; color:#666; line-height:32px;}
	.ny_contact_left,.ny_contact_right{width:100%; float:none;}
	.ny_contact_left{height:auto; padding:30px 10px;}
	.ny_message{padding:30px 0; height:auto; background-size:cover;}
	.m_submit{width:100%;}
	.ny_message_text p{width:100%; margin-right:0; float:none; margin-bottom:10px;}
	.ny_message_text{height:auto; overflow:hidden}
	.ny_talent_left,.ny_talent_right{width:100%; float:none;}
	.ny_join ul li{padding:20px;}
	.ny_join ul li p{font-size:14px;}
	.ny_message_rtitle, .ny_join_title h4{line-height:50px;}
	.ny_nav ul li{width:33.33%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.ny_nav ul li:nth-child(3n){background:none}
	.about_san_li span{font-size:20px;}
	.about_san_info:after{top:59px;}
	.about_san_li i{margin:27px auto}
	.about_san_info,.ny_about_san{height:auto}
	.ny_about_san{background-size:cover; padding-bottom:50px;}
	.about_san_info .swiper-container{padding-bottom:50px;}
	.index_join{height:300px;}
	.about_one_zi{font-size:20px; height:70px; line-height:70px;}
	
	.ny_time{font-size:14px;}
	.page-list{display:block;}
	.digg{display:none;}
	
}



@media screen and (max-width:360px){
	.ny_about_two ul li p{font-size:14px;}
	.ny_join_title h4{font-size:26px;}
	
}
















